Task.Value[PUT]



Value(Name As String,vIndex As [optional]Variant,newValue As Variant)

Parameters

Name As String
Name of a linked variable as string.
vIndex As [optional]Variant
Optional Index of a variable as variant.
newValue As Variant
Returnvalue as variant.
ED
avaliable
RT
avaliable

Remarks

Sets the value of a linked variable.


		Task.Value("WIZ_VAR_10")=Task.Value("WIZ_VAR_10") + 15
	Debug.Print Task.Value("WIZ_VAR_10")

See Also

Task